File: /home/undanet/www/wp-content/themes/panoramic-child/mpdf/templates/footer.php
<?php ?>
<table width="100%">
<tr>
<td width="33%">
<img src="<?php echo get_stylesheet_directory_uri() ?>/img/logo1.png"
style="width: 20%; margin: 5px;"/>
</td>
<td width="33%" align="center">
<img src="<?php echo get_stylesheet_directory_uri() ?>/img/logo2.png"
style="width: 10%; margin: 5px;"/>
</td>
<td width="33%" style="text-align: right;">
<img src="<?php echo get_stylesheet_directory_uri() ?>/img/logo3.png"
style="width: 20%; margin: 5px;"/>
</td>
</tr>
</table>